SetDeviceOrientationOverrideRequest

data class SetDeviceOrientationOverrideRequest(alpha: Double, beta: Double, gamma: Double)

Represents request frame that can be used with Page#setDeviceOrientationOverride operation call.

Overrides the Device Orientation.

See also

Constructors

SetDeviceOrientationOverrideRequest
Link copied to clipboard
fun SetDeviceOrientationOverrideRequest(alpha: Double, beta: Double, gamma: Double)

Properties

alpha
Link copied to clipboard
val alpha: Double
Mock alpha
beta
Link copied to clipboard
val beta: Double
Mock beta
gamma
Link copied to clipboard
val gamma: Double
Mock gamma

Sources

jvm source
Link copied to clipboard